home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
xdme_1.84_src.lha
/
XDME
/
include
/
proto
/
gtx.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-22
|
315 b
|
15 lines
#ifndef PROTO_GTX_H
#define PROTO_GTX_H
#include <exec/types.h>
#ifndef GADTOOLSBOX_GTXBASE_H
# include <gadtoolsbox/gtxbase.h>
#endif
extern struct GTXBase *GTXBase ;
#ifndef CLIB_GTX_PROTOS_H
# include <clib/gtx_protos.h>
#endif
#ifndef PRAGMAS_GTX_PRAGMAS_H
# include <pragmas/gtx_pragmas.h>
#endif
#endif